CagdRuledSrf

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

CagdRuledSrf()  

SYNOPSIS

cagd_lib/cagdruld.c:33

CagdSrfStruct *CagdRuledSrf(CagdCrvStruct *Crv1,
                            CagdCrvStruct *Crv2,
                            int OtherOrder,
                            int OtherLen)
 

DESCRIPTION

Constructs a ruled surface between the two provided curves. OtherOrder and OtherLen (equal for Bezier) specifies the desired order and refineness level (if Bspline) of the other ruled direction.  

PARAMETERS:

Crv1, Crv2: The two curves to form a ruled surface in between.

OtherOrder: Usually two, but one can specify higher orders in the ruled direction. OtherOrder must never be larger than OrderLen.

OtherLen: Usually two control points in the ruled direction which necesitates a linear interpolation.  

FUNCTION RETURN VALUE

CagdSrfStruct *: The rule surface.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:15 GMT, October 17, 2022